projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7cf27e
)
src/keyboard.c: Fix a typo in a comment to read_char.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 4 Apr 2014 13:19:35 +0000
(16:19 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 4 Apr 2014 13:19:35 +0000
(16:19 +0300)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 038ce6ea601c39b7f631d44b33fd9bab75fb0c17..20e75822fd3922b93f8151c8bbefe1c117f9347b 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2377,7
+2377,7
@@
read_decoded_event_from_main_queue (struct timespec *end_time,
-2 means do neither.
1 means do both. */
-/* The argument
s MAP is for menu prompting. MAP is a keymap
.
+/* The argument
MAP is a keymap for menu prompting
.
PREV_EVENT is the previous input event, or nil if we are reading
the first event of a key sequence (or not reading a key sequence).